ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _SankeyNodeLabelView<TNodeView> Class
Members

In This Topic
    _SankeyNodeLabelView<TNodeView> Class
    In This Topic
    Object Model
    _SankeyNodeLabelView<TNodeView> Class
    Syntax
    'Declaration
     
    Public MustInherit Class _SankeyNodeLabelView(Of TNodeView As ISankeyNodeView) 
       Inherits _BaseView(Of TNodeView)
       Implements ILabelViewIOverlapLabelViewIQueryInterfaceISankeyNodeLabelViewIView 
    public abstract class _SankeyNodeLabelView<TNodeView> : _BaseView<TNodeView>, ILabelViewIOverlapLabelViewIQueryInterfaceISankeyNodeLabelViewIView  
    where TNodeView: ISankeyNodeView
    Type Parameters
    TNodeView
    Inheritance Hierarchy
    See Also